Carbon


TSMTEPostUpdateProcPtr

Header: TSMTE.h Carbon status: Not Recommended

typedef void(* TSMTEPostUpdateProcPtr) (
    TEHandle textH, 
    SInt32 fixLen, 
    SInt32 inputAreaStart, 
    SInt32 inputAreaEnd, 
    SInt32 pinStart, 
    SInt32 pinEnd, 
    SInt32 refCon
);

You would declare your function like this if you were to name it MyTSMTEPostUpdateCallback:

void MyTSMTEPostUpdateCallback (
    TEHandle textH, 
    SInt32 fixLen, 
    SInt32 inputAreaStart, 
    SInt32 inputAreaEnd, 
    SInt32 pinStart, 
    SInt32 pinEnd, 
    SInt32 refCon
);

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)